projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66063a7
)
Kconfig: fix FIT offset prompt text
author
Ibai Erkiaga
<
[email protected]
>
Wed, 15 May 2019 21:10:04 +0000
(22:10 +0100)
committer
Tom Rini
<
[email protected]
>
Sat, 18 May 2019 16:32:02 +0000
(12:32 -0400)
The current prompt text for FIT external offset is identical to
SYS_TEXT_BASE which might confuse the users. Provided more accurate
description for the prompt text.
Signed-off-by: Ibai Erkiaga <
[email protected]
>
Reviewed-by: Marek Vasut <
[email protected]
>
Kconfig
patch
|
blob
|
history
diff --git
a/Kconfig
b/Kconfig
index 91c1082ace226d6ad679fe9bde43fd7024663173..da208d65a32c3cc7614a97067d114b9c8c0152e9 100644
(file)
--- a/
Kconfig
+++ b/
Kconfig
@@
-278,7
+278,7
@@
config FIT
if FIT
config FIT_EXTERNAL_OFFSET
- hex "
Text Base
"
+ hex "
FIT external data offset
"
default 0x0
help
This specifies a data offset in fit image.